A container that allows you to capture metadata from an OData V4 response.
public class ODataV401PrimitiveResult<T> : ODataV401ResponseBase
[JsonPropertyName("value")] public T Value { get; set; }
T